1

I have a problem regarding with session handling in Chrome and Firefox. When in authenticate to a website and I closed it and reopen the home page in Firefox it shows my name . But when I do the same thing in chrome it didnt show my name . it shows as guest. The session for this site implemented by tipfy. do I have to configure the session management?

Evlikosh Dawark
  • 610
  • 2
  • 11
  • 24
  • 1
    "When in authenticate to a website and I closed it and reopen the home page in Firefox it shows my name . But when I do the same thing in firefox it didnt show my name." - You mentioned firefox twice. One has to be chrome, right? Kindly clarify. – Albert Apr 09 '12 at 08:54
  • 1
    Also, what does this have to do with GAE? I'm guessing you meant to say that when you authenticate in FF and then launch Chrome, it doesn't know you are still you. If that's the case, this is normal way in how browsers work - sessions from one browser do not magically appear in another. Please clarify what you are asking. – Sologoub Apr 09 '12 at 21:43

1 Answers1

1

check the Tipfy session configuration attributes, Check the path attribute '/' you need to do some modification their

not 0x12
  • 19,360
  • 22
  • 67
  • 133