Invalid string key ag5tzxnvbnn0cmvhbwluz3ivcximu2vzc2lvbk1vzgvsgj3p1aim.
Starting Sesssion ag5tZXNvbnN0cmVhbWluZ3IVCxIMU2Vzc2lvbk1vZGVsGMDh1AIM
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
Those session keys are actually slightly different - I don't know whether that was just a copy/paste error.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/xTEBXp_nguAJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Can you tell how long the session keys are being cached for?
ag5tZXNvbnN0cmVhbWluZ3IVCxIMU2Vzc2lvbk1vZGVsGMDh1AIM
ag5tzxnvbnn0cmvhbwluz3ivcximu2vzc2lvbk1vzgvsgj3p1aim
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
The changing of query params case would be a pretty serious concern.
Looks like it is time to use key.id() :)
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
Although using key.id() would have not run into the lowercase error, it just would have run into a more bizarre issue, because it was reusing an old session, who's resources had already been returned to the free pool. I think I prefer the error I got!
-Joshua