Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Compression > Session expiration

Not answered Session expiration

Feed from this thread
  • Kazimierz Szadkowski avatar

    Posted on Feb 16, 2011 (permalink)

    I am thinking about using ViewState compression with RadSessionPageStateCompression. I wonder what happens when a page that uses ViewState is open for so long that session expires and then some action causes a postback. Is ViewState gone with the session? I suppose this could lead to some crashes. Is there a way of prevent it?

    Reply

  • Nikolay Rusev Nikolay Rusev admin's avatar

    Posted on Feb 22, 2011 (permalink)

    Hello Kazimierz,

    If Session expires all data will be lost. You can find more details on Session on the article bellow:
    http://msdn.microsoft.com/en-us/library/ms972429.aspx

    Regards,
    Nikolay
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Compression > Session expiration