Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7651063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:24:46+00:00 2026-05-31T11:24:46+00:00

I have a session class where i am saving text box values(application) in a

  • 0

I have a session class where i am saving text box values(application) in a session. However, when the user times out due to inactivity or just goes back to the home page i want to clear all session data.
I tried to set it in the homepage but the !IsPostBack keeps firing.

if (!IsPostBack)
{
    JobPositionSystemDAL jps = new JobPositionSystemDAL();
    DataSet ds = jps.GetJobs();

    GridView2.DataSource = ds;
    GridView2.DataBind();
}

if (IsPostBack)
{
    Session.RemoveAll();
}

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:24:48+00:00Added an answer on May 31, 2026 at 11:24 am

    The session will automatically clear when it timesout (due to user inactivity, as you put it).

    If you want to clear the session whenever the user in on the homepage, just do that. No need to keep checking if it is a postback or not.

    When going directly to the homepage (say through a link on another page), IsPostBack is false – this is why !IsPostBack is true and the code within that if block executes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have an managed bean(session scope) like this: class Home {// as homeBean public
I have a class which gets serialized and deserialized in a session, and I
Context: I have a class that implements a Session, maintaining a TCP connection to
In web.xml I have this <session-config> <session-timeout>2</session-timeout> </session-config> <listener> <listener-class>myapplication.SessionListener</listener-class> </listener> In the SessionListener.java
wonder if someone could help me with a little problem. I have session values
I have an SQLAlchemy ORM class, linked to MySQL, which works great at saving
I have a Session class that has all my on_session_write, on_session_read etc. methods inside
I have a Model as follows: class TankJournal(models.Model): user = models.ForeignKey(User) tank = models.ForeignKey(TankProfile)
I am writing an application and I finally have it saving to the database
I currently have a NHibernateHelper class which creates a session factory. I keep recieving

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.