What are you serializing? In general, it's a best practice to store as
little into the session as possible and retrieve state data from memcache or
the datastore.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Mon, Oct 18, 2010 at 6:18 AM, David Parks <davidpark...@yahoo.com> wrote:

> My first real issue in GAE was that the session is serialized and
> stored to the datastore on the GAE servers. This is all well and good,
> but it doesn't happen on the local dev instance as far as I can see.
>
> Thus I ran into a situation where I got runtime exceptions (due to a
> session class not implementing serializable, easy fix) that occurred
> only in the production environment and not in dev.
>
> It seems like a reasonable enhancement request to have the local dev
> server emulate the same activity upon occasion such that errors like
> this can be dealt with locally. The two environments should be as
> close to identical as possible.
>
> I always like to post such things before submitting them formally in
> case there's any missed reasoning on my part. Comments?
>
> Also, where does one go about posting such enhancement requests (I'm a
> new GAE user).
>
> Dave
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to