Session timeout is quicker than i expecting IN ASP 3.0. Please, check this out
Hi all,
I am using ASP 3.0 for creating a simple web site. My web site's name
is "Greeting" in IIS 5.1.
I write a session for login name: Session("MM_Username").
Pages, have to be restricted from unlogged users, check the
MM_Username session's value in order to know that users logged in. The
session
timeout is 100 minutes for the "Greeting" site in IIS 5.1.
But the problem is: the session is not expired in 100 minutes. It is
expired just in 2 or 3 minutes, it is not explicit and it seems to be
not relative to the timeout in IIS.
Also, I have tried Session.timeout = 100. But there is nothing has
changed.
I did nothing about removing session contents on pages.
Also, I don't know differences between the Session.timeout and the
timeout property of a site in IIS.
Help me, please. What is happening?
.... Orgil
.
Relevant Pages
- Re: Application Pool timouts.
... a) From what i understand, the application pool timeout is the timeout for ... an idle session which is created by a browser. ... is idle for 20 minutes or longer the problems occur. ... Application Pool's w3wp.exe process to be shutdown by IIS when no requests ... (microsoft.public.inetserver.iis.security) - Re: How do I change the session timeout?
... Ok, it might not IIS itself, but ASP.NET, that runs in the IIS environment, that does that. ... Prove that my sample code isn't valid by supplying us with code which proves you're right. ... What you are demonstrating is that the timeout is occuring at one minute ... When the application starts at the same time as the session, as in your test, it doesn't prove ... (microsoft.public.dotnet.framework.aspnet) - Re: Exchange Virtual Directory 404 Not Found
... XCCC: IIS Lockdown and URLscan Configurations in an Exchange Environmenthttp://support.microsoft.com/?id=309508 ... re-create the Exchange-related virtual directories in Internet Services ... visit the following Microsoft Web site: ... Custom installation option to install only Metabase Explorer 1.6. ... (microsoft.public.windows.server.sbs) - Re: extending sessions
... timeout is set in IIS, ... Well, the users need to fill in questionnaires, and quite often they click ... And thought of doing this with session, so someone can't just type all the ... If it is ASP.NET site in question, IIS session setting has no impact as ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) - RE: Remote Webworkplace and OWA 3 times log in
... I rest the IIS - Start RUN - type iisreset ... the IIS Default Web Site application. ... Windows account for anonymous access to the Administrator account I renter ... I understand that users can logon to RWW and OWA ... (microsoft.public.windows.server.sbs) |
|