Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NET
When i m open my application in browser unessary text info is coming how to remove it.........
(like www.aplication name/(S(ak2j3wri0xzlyr45kpcp2f45))/pagename.
 
How to give short url path.
Posted 8 Nov '12 - 0:58

Comments
jim lahey - 8 Nov '12 - 7:10
Is that your session Id?

1 solution

In your web config file cookieless attribute of sessionstate is set to true like this
 
<sessionstate mode="InProc" timeout="20" cookieless="true" />
 
make it false or remove this attribute.
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 8,376
1 OriginalGriff 6,571
2 CPallini 3,533
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 8 Nov 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid