Live Chat Icon For mobile
Live Chat Icon

Why do I lose my Session variables on redirect when I set ‘cookieless’ to true

Platform: ASP.NET| Category: Session

When using cookieless, you must use relative path (e.g. ..\webform1.aspx) instead of absolute path (e.g. \dir1\subdir1\webform1.aspx). If you use absolute path, ASP.NET cannot preserve your session ID in the URL.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.