Re: Session State does not end after closing browser
From: David Lozzi (dlozzi_at_(remove-this)delphi-ts.com)
Date: 01/28/05
- Next message: Tom Kaminski [MVP]: "Re: How to Display the Current CPU Usage in an ASP Page?"
- Previous message: teknohippy: "Re: Check Querystring"
- In reply to: Curt_C [MVP]: "Re: Session State does not end after closing browser"
- Next in thread: Curt_C [MVP]: "Re: Session State does not end after closing browser"
- Reply: Curt_C [MVP]: "Re: Session State does not end after closing browser"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 Jan 2005 09:14:15 -0500
Not that I am aware of. She is one of about 40 users wihtin the same
network, and only she is having the issue. Her browser is IE version 6 on
Win2k Pro. My client is going to check to see if IE really does close or if
there are is any malware running.
Thanks,
-- David Lozzi Web Applications/Network Specialist Delphi Technology Solutions, Inc. dlozzi(remove-this)@delphi-ts.com "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:e29R6AJBFHA.3592@TK2MSFTNGP11.phx.gbl... > Proxy/Cache server inbetween? > > -- > Curt Christianson > Site & Scripts: http://www.Darkfalz.com > Blog: http://blog.Darkfalz.com > > > "David Lozzi" <dlozzi@(remove-this)delphi-ts.com> wrote in message > news:%23PNkW0IBFHA.3820@TK2MSFTNGP11.phx.gbl... >> cart items are only in a session variable, not a db >> >> -- >> David Lozzi >> Web Applications/Network Specialist >> Delphi Technology Solutions, Inc. >> dlozzi(remove-this)@delphi-ts.com >> >> >> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message >> news:%23vjr0yIBFHA.2460@TK2MSFTNGP14.phx.gbl... >>> are the cart items stored in a DB or just in the session? what are you >>> using as the ID/link to the items if in a db? >>> >>> -- >>> Curt Christianson >>> Site & Scripts: http://www.Darkfalz.com >>> Blog: http://blog.Darkfalz.com >>> >>> >>> "David Lozzi" <dlozzi@(remove-this)delphi-ts.com> wrote in message >>> news:eMLGUiIBFHA.3528@tk2msftngp13.phx.gbl... >>>>I am the developer of this application, and the only thing we are using >>>>are sessions, there are no cookies. What else could possibly cause this? >>>> >>>> -- >>>> David Lozzi >>>> Web Applications/Network Specialist >>>> Delphi Technology Solutions, Inc. >>>> dlozzi(remove-this)@delphi-ts.com >>>> >>>> >>>> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message >>>> news:eAhrMcIBFHA.3908@TK2MSFTNGP12.phx.gbl... >>>>> Not necessarily. The session will actually "go away" when it times >>>>> out. That said, if they close and reopen it should be a new session, >>>>> if its not then they must be using something more then JUST >>>>> sessions..... >>>>> >>>>> -- >>>>> Curt Christianson >>>>> Site & Scripts: http://www.Darkfalz.com >>>>> Blog: http://blog.Darkfalz.com >>>>> >>>>> >>>>> "David Lozzi" <dlozzi@(remove-this)delphi-ts.com> wrote in message >>>>> news:%23v8AEPIBFHA.3940@TK2MSFTNGP09.phx.gbl... >>>>> Hello All, >>>>> >>>>> I am having an issue with thus far one computer on my client's web >>>>> site. If the user loads the shopping cart and then closes all browser >>>>> windows, then opens them back up, goes back to the site, the shopping >>>>> cart information is there! The shopping cart info is only loaded into >>>>> a session variable! There are no cookies on the site to store this >>>>> information. Am I mistaken in believing when a browser window is >>>>> closed that the session state is lost? >>>>> >>>>> I don't know what browser it is, but should that matter? >>>>> >>>>> Thanks a million!! >>>>> >>>>> -- >>>>> David Lozzi >>>>> Web Applications/Network Specialist >>>>> Delphi Technology Solutions, Inc. >>>>> dlozzi(remove-this)@delphi-ts.com >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
- Next message: Tom Kaminski [MVP]: "Re: How to Display the Current CPU Usage in an ASP Page?"
- Previous message: teknohippy: "Re: Check Querystring"
- In reply to: Curt_C [MVP]: "Re: Session State does not end after closing browser"
- Next in thread: Curt_C [MVP]: "Re: Session State does not end after closing browser"
- Reply: Curt_C [MVP]: "Re: Session State does not end after closing browser"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|