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 8382537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:57:01+00:00 2026-06-09T16:57:01+00:00

In my grails application running on tomcat 7, Somewhere I am invalidating the existing

  • 0

In my grails application running on tomcat 7, Somewhere I am invalidating the existing http session (session.invalidate()) and creating a new session (request.getSession(true)).

But my this new session is not getting reflected everywhere in grails application. Due to this I do get ‘Session already invalidated‘.

I don’t want to do request.getSession() everywhere. I am just using ‘session’.

Is there anything in Grails 1.3.7, so that this new session gets reflected every where in app.

Please let me know if you need more info.

Regards

  • 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-06-09T16:57:02+00:00Added an answer on June 9, 2026 at 4:57 pm

    Well, Grails holds the reference to a session object and every time you ask it for a session it returns the same reference.. so if you invalidate a session and then ask for the session it will return the same invalidated session, and cause ‘session already invalidated’ exception..

    This should work for you..

    Execute following line Just after you do session.invalidate

    //Trick - so that grails doesn't use old invalidated session but rather create new.
    GrailsWebRequest.lookup(request).session = null
    

    After that you can use session just as you do normally.. you dont need to create a new session yourself

    See this thread for internals

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

Sidebar

Related Questions

Does anybody know how to (easily) rename an existing grails application? I'm running into
I have a Grails web application running on a german localized machine. How does
I am running a Grails application and it just gets stuck in the Configuring
I try to running a grails application in production mode, I see the tutorial
I am running an Integration Test for a Grails application. I am using the
I'm running a grails script to load a bean from the grails application, however,
I am running a grails test run-app all day with my application and it
I am able to run Grails application on tomcat using SSL but I am
My Grails application is running in a development environment. I still didn't go into
I am trying to deploy my grails application to Geronimo/Tomcat 7/Glassfish 3.1. None of

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.