Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 21st, 2004, 02:04 AM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default aspx random generated messy codes in the IE addres

im using VS.NET to develop some aspx web pages. When im running the aspx pages in IE, i found that there are plenty of random generated codes at the IE address bar, e.g :
http://localhost/(lqtfdynut1kynb2qegzwiz45)/default.aspx

But if i were to use web matrix , then it's all fine

May i know what is this for ? : (lqtfdynut1kynb2qegzwiz45)

thanks a million :)

 
Old December 22nd, 2004, 02:22 AM
Friend of Wrox
 
Join Date: Dec 2004
Posts: 307
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Vadivel Send a message via Yahoo to Vadivel
Default

Its because cookieless session is set to true in your applications web.config. Go there and set it to false.

FYI, cookieless sessionState : If the users do not have cookies enabled it will create random GUID in the url to carry the information. Hope this helps.

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
 
Old December 22nd, 2004, 03:05 AM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

actually im developing mobile web application, is it the reason that it shows the session ID at the IE address bar ?

one more thing, since asp.net could be used on various type of mobile devices(mobile phone, PDA), so i am wondering whether can i disable session state for PDA and enable session state for other non-cookie support mobile devices? Meaning that in the web config file , i wish to have both disable , enable configuration...is it possible? thanks





Similar Threads
Thread Thread Starter Forum Replies Last Post
Arabic characters messy like ????? c00645614 ASP.NET 1.0 and 1.1 Basics 0 March 2nd, 2006 11:24 PM
HowTo Pass Form data from Page1.aspx to Page2.aspx dati ASP.NET 1.0 and 1.1 Basics 6 January 27th, 2004 06:57 AM
Random Numbers not so random... katsarosj ASP.NET 1.0 and 1.1 Basics 5 November 20th, 2003 12:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.