Problem:
I have developed a sample site. What I have noticed is my url is as follows:
http://localhost:1204/(S(inrwoeuk5h1hvi55qriwv245))/Studies/manageStudy.aspx
What is the (S(inrwoeuk5h1hvi55qriwv245)) part? And how can I get rid of it?
Solution:
It is session state. Check if you have cookies enabled and/or in web.config sessionstate cookieless="true"
I have developed a sample site. What I have noticed is my url is as follows:
http://localhost:1204/(S(inrwoeuk5h1hvi55qriwv245))/Studies/manageStudy.aspx
What is the (S(inrwoeuk5h1hvi55qriwv245)) part? And how can I get rid of it?
Solution:
It is session state. Check if you have cookies enabled and/or in web.config sessionstate cookieless="true"
No comments:
Post a Comment