Re: [appengine-java] Session GAE

2010-11-11 Thread Ikai Lan (Google)
Read this:

http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions

Though if you have that disabled and attempt to use sessions locally, it
will throw an error.

--
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 Wed, Nov 10, 2010 at 10:30 PM, idnoob ironand...@gmail.com wrote:

 Hi all!
 Session enable in eclipse but error happen in GAE.
 I know that GAE has session disable, how to enable session with GAE?
 Many thanks! :)

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


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



Re: [appengine-java] Session GAE

2010-11-11 Thread Idnoob
I solved my problem this night, enabling session in eclipse in xml permit the 
use of session locally but When you deploy your project on GAE , session scope 
doesn't run .
Then i solve my problem using this guide :

http://idnoob.altervista.org/blog/how-toenable-session-in-google-app-engine/

Many Thanks ! Bye!

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



[appengine-java] Session GAE

2010-11-10 Thread idnoob
Hi all!
Session enable in eclipse but error happen in GAE.
I know that GAE has session disable, how to enable session with GAE?
Many thanks! :)

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