Results 1 to 2 of 2

Thread: asp.net app losing session

  1. #1

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Angry asp.net app losing session

    I have an asp.net app that has many frames and is quite intensive.

    One of the iframes refreshes every 30 seconds to update user's data, now this page should also keep the users session active.

    I have also tried using cookieless sessions, so the session is munged in the URL, but sometimes the session variables are still lost. i.e sometimes the iframe refreshes itself and it no longer contains any data for the session varialble.

    There are no records in the event log of the aspnet_wp stopping unexpectedly, so how can this happen?
    Last edited by greg_quinn; Dec 21st, 2004 at 09:21 AM. Reason: Elaboration
    He who has conquered himself, is far greater than he who has conquered a thousand men... - The Buddha

  2. #2
    Hyperactive Member tailz's Avatar
    Join Date
    Jul 2002
    Posts
    306

    Re: asp.net app losing session

    tbh you should avoid use of the sessionless cookie state and especially in frames as it will create a different session for each page I think

    If you're rebuilding your project, that'll reset session states. If aspnet_wp stops you'll know about it with bid red writing lol :-)

    Also I have seen a lot of problems related to sessions when using frames like this.

    I'd get rid of the evil frames :-P

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width