Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

How does an ASP application maintain session information w..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Getting IIS running  
Author Message
sree

External


Since: Aug 18, 2004
Posts: 1



(Msg. 1) Posted: Wed Aug 18, 2004 9:09 am
Post subject: How does an ASP application maintain session information with brow
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

One of our client sites have a server that runs an ASP code running on a
server. The client authenticates himself with the ASP code (with a username
and password). Everytime, the user enters the URL to this server in the
browser, the ASP code is able to detect whether the person has already been
authenticated through the use of some session variable.

My question is how is this implemented?

1. Is it some sort of cookies stored in the browser?
2. Is it some Microsoft method that runs between the web server and the
browser? The web server is IIS and the browser is IE?

Thanks
Sree

 >> Stay informed about: How does an ASP application maintain session information w.. 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Wed Aug 18, 2004 12:13 pm
Post subject: Re: How does an ASP application maintain session information with brow [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Sree" <Sree.TakeThisOut@discussions.microsoft.com> wrote in message
news:8E1202C4-8081-40AE-9B95-DD54ACE00C88@microsoft.com...
 > Hi,
 >
 > One of our client sites have a server that runs an ASP code running on a
 > server. The client authenticates himself with the ASP code (with a
username
 > and password). Everytime, the user enters the URL to this server in the
 > browser, the ASP code is able to detect whether the person has already
been
 > authenticated through the use of some session variable.
 >
 > My question is how is this implemented?
 >
 > 1. Is it some sort of cookies stored in the browser?
 > 2. Is it some Microsoft method that runs between the web server and the
 > browser? The web server is IIS and the browser is IE?

1. It certainly could be.
2. Not likely, since the client must authenticate first with ASP code.

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: How does an ASP application maintain session information w.. 
Back to top
Login to vote
nothere1

External


Since: Aug 18, 2004
Posts: 2



(Msg. 3) Posted: Wed Aug 18, 2004 4:30 pm
Post subject: Re: How does an ASP application maintain session information with brow [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Sree" <Sree.TakeThisOut@discussions.microsoft.com> wrote in message
news:8E1202C4-8081-40AE-9B95-DD54ACE00C88@microsoft.com...
 > Hi,
 >
 > One of our client sites have a server that runs an ASP code running on a
 > server. The client authenticates himself with the ASP code (with a username
 > and password). Everytime, the user enters the URL to this server in the
 > browser, the ASP code is able to detect whether the person has already been
 > authenticated through the use of some session variable.
 >
 > My question is how is this implemented?
 >
 > 1. Is it some sort of cookies stored in the browser?
 > 2. Is it some Microsoft method that runs between the web server and the
 > browser? The web server is IIS and the browser is IE?

They use cookies to keep session. The server then keeps track of the
cookies and associates them with their respective requests.


RayO<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How does an ASP application maintain session information w.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Session - hello. my session variables are not working with my IIS on my computer but it's working just fine in my host server online from a hosting server. the problem is not taking the session into the next page.

IIS 5.1 XP Pro and Session - Response.Session is not working on my local IIS 5.1, although, obviously it works out on the net. Is there something I need to do in MMC to correct this? Cheers Mike

Session ID - How is the session ID generated? Is it possible for one sessionID to be generated more than once? Eg. Once a sessionID has been generated for a user will that same sessionID ever be generated again? Cheers nathan

IIS 6 Session Restarts - I have an ASP app running on IIS 6 on Windows Server 2003 Standard Edition. I have the app set for a session timeout of 20 minutes. In my global.asa file, the user is directed to the application's home page when their session starts. Sometimes the....

Terminating another session - We would like to have only one session per user. If a user logs in and has allready a session and we have the value of this (the value of session.SessionID), is it then possible to end that session?
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]