Re: Session State does not end after closing browser

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: David Lozzi (dlozzi_at_(remove-this)delphi-ts.com)
Date: 01/28/05


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
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
> 


Relevant Pages

  • Re: ASP sessionstate
    ... ASP doesn't know or care what browser it ... ticket number given when the first item is added to the cart. ... How can a Response.Write write to the server screen? ... :> delete the cart file and set the session ...
    (microsoft.public.inetserver.asp.general)
  • Re: Session State does not end after closing browser
    ... >> are the cart items stored in a DB or just in the session? ... >>> David Lozzi ...
    (microsoft.public.inetserver.asp.general)
  • Re: Session State does not end after closing browser
    ... >> are the cart items stored in a DB or just in the session? ... >>> David Lozzi ...
    (microsoft.public.inetserver.asp.general)
  • Re: Session State does not end after closing browser
    ... > are the cart items stored in a DB or just in the session? ... >> David Lozzi ...
    (microsoft.public.inetserver.asp.general)
  • Re: form showing old session values after submission
    ... I'm building a cart using sessions. ... values of the session appear, though it looks like the session array ... Your browser is probably showing a chached version of the page. ... Another way would be to set the cache header to indicate the page has already expired, ...
    (comp.lang.php)