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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:35:33+00:00 2026-05-18T02:35:33+00:00

session = get_current_session() a1 = session.has_key(‘account.logged’) # is true session2 = Session(sid=session.sid) a2 =

  • 0
session = get_current_session()
a1 = session.has_key('account.logged') # is true
session2 = Session(sid=session.sid)
a2 = session2.has_key('account.logged') # is false

why a2 is not equal to a1?

solution: it must be saved to datastore:
How to get current session with only the SID?

  • 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-18T02:35:34+00:00Added an answer on May 18, 2026 at 2:35 am

    Good question. Retrieving a session by session ID (SID) requires that the session be stored on the server (either in memcache or the datastore). By default, gae-sessions only stores the session in a secure client-side cookie. This is much faster than storing it to the datastore or even memcache (see the performance comparison section at the bottom of this article).

    If you want to retrieve a session by SID, then you have to force the session to be stored on the server. You can do this by either turning off cookie-only sessions (only recommended if you need to retrieve by SID often) or by forcing a particular session to be stored server-side (by passing persist_even_if_using_cookie=True to save()). More details here.

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

Sidebar

Related Questions

Session variables are apparently not working for me. I don't know what I'm doing
Both Session.Clear() and Session.Abandon() get rid of session variables. As I understand it, Abandon()
How to get Hibernate session inside a Hibernate Interceptor? I'm trying to use Hibernate
One of the things that get me thoroughly confused is the use of session.Flush
Session transcript: > type lookma.c int main() { printf("%s", "no stdio.h"); } > cl
A Session is per browser (determined via cookies), but when does an Application start,
I need to prevent Session Fixation , a particular type of session hijacking, in
Pardon me if this question has already been asked. HttpContext.Current.Session["key"] returns an object and
The Setup: Account controller with the typical logon / logoff stuff that comes baked
Just trying to get my irb sessions to actually list the current line 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.