Is there a way to make a certain page work as a cookieless session? while the rest of the website is allowing cookies, I want to call a page Back from another page Front, like this
folder/(session id)/Back and then forward the response from page page Front to Page back is that impossible.
Thanks
It’s not possible with the built in session mechanism since it’s a site wide setting.
You would have to create your custom session state mechanism if this feature is mandatory for your site.