|
-
Jul 27th, 2005, 10:01 AM
#4
Thread Starter
Fanatic Member
Re: Session Problems
the issue here was the same as one i previously came accross.
when running the web app in debug mode it automatically uses http:\\localhost
when open new windows/popups from inside a previously existing window, these popups can use the sessions, however localhost does not recognise them.
so when i hit F5 or play i need to change the http:\\localhost to http:\\127.0.0.1 or whatever your ip address is and it will work
begs me to ask a question,
how can you set IIS to use http:\\127.0.0.1 when running the application and not use http:\\localhost???
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|