<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4311234419396881619.post7703788741729703112..comments</id><updated>2010-12-29T22:26:54.641+01:00</updated><category term='linux'/><category term='grails'/><category term='value'/><category term='appengine-web.xml'/><category term='price'/><category term='appengine'/><category term='java'/><category term='groovy'/><category term='appengine-toplist'/><category term='gae-hosted'/><category term='session'/><category term='identification'/><category term='deployment'/><category term='jsp'/><category term='classpath'/><category term='web.xml'/><category term='quotas'/><category term='jvm'/><category term='httpsession'/><category term='gae'/><category term='jvmdance'/><title type='text'>Comments on Stringbuffer.com: HTTP-sessions and the Google App Engine/J - some i...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.stringbuffer.com/feeds/7703788741729703112/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html'/><author><name>Stringbuffer.com</name><uri>http://www.blogger.com/profile/13625967709587703071</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-4362286881836138472</id><published>2010-12-29T22:26:54.641+01:00</published><updated>2010-12-29T22:26:54.641+01:00</updated><title type='text'>make sure that every object written to the session...</title><content type='html'>make sure that every object written to the session implements java.io.Serializable.&lt;br /&gt;&lt;br /&gt;Otherwise it will work in dev mode but fail in prod.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/4362286881836138472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/4362286881836138472'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1293658014641#c4362286881836138472' title=''/><author><name>Mike</name><uri>http://www.blogger.com/profile/07028777200258659431</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1384577383'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-2707381305678614975</id><published>2010-01-31T02:08:51.490+01:00</published><updated>2010-01-31T02:08:51.490+01:00</updated><title type='text'>I’m currently writing a series of blogs about GEA ...</title><content type='html'>I’m currently writing a series of blogs about GEA in combination with sessions. I think some of the questions above will be answers with my experiences. Take a look at my blog at http://jvdkamp.wordpress.com/</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/2707381305678614975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/2707381305678614975'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1264900131490#c2707381305678614975' title=''/><author><name>Jurgen</name><uri>http://www.blogger.com/profile/17003970269111180203</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-248927933'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-3823999760651060223</id><published>2010-01-30T06:57:05.597+01:00</published><updated>2010-01-30T06:57:05.597+01:00</updated><title type='text'>Hi everyone!
I have problems with session when i d...</title><content type='html'>Hi everyone!&lt;br /&gt;I have problems with session when i deploy my app. But locally everything works fine. It looks like that I can&amp;#39;t set new session. I did everything as u wrote above, enabled session in appengine-web.xml ...&lt;br /&gt;Suggestions ?&lt;br /&gt;thank u</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/3823999760651060223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/3823999760651060223'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1264831025597#c3823999760651060223' title=''/><author><name>Ermek</name><uri>http://www.blogger.com/profile/17502814175387210288</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='11369082013180106731'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1646497487'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-1452465894025007956</id><published>2009-10-07T11:35:49.388+02:00</published><updated>2009-10-07T11:35:49.388+02:00</updated><title type='text'>Hi I also have a problem with session handling. Wh...</title><content type='html'>Hi I also have a problem with session handling. When GAE tries to serialize the session i got an Exception&lt;br /&gt;&lt;br /&gt;java.io.NotSerializableException:&lt;br /&gt;com.google.apphosting.runtime.jetty.SessionManager&lt;br /&gt;&lt;br /&gt;As i understand this message it says: The sessions referes to a SessionManager which does not implements Serializable. But the implementation is from google (The force i not with me).&lt;br /&gt;&lt;br /&gt;I tried to get the error on the local system and serializing the session into a byte array after each &amp;quot;doPost&amp;quot; in my servlet. It also has a problem that the session manager is not serializeable. But if i step into a debugger and change the references to SessionManager to null, than serialization works. So it is not a problem of my objects.&lt;br /&gt;&lt;br /&gt;Any help?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/1452465894025007956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/1452465894025007956'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1254908149388#c1452465894025007956' title=''/><author><name>Carsten</name><uri>http://www.blogger.com/profile/16345013585118805348</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-807016756'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-248090823372650162</id><published>2009-09-22T22:15:18.794+02:00</published><updated>2009-09-22T22:15:18.794+02:00</updated><title type='text'>Hi I am also messing with the issue. I have set an...</title><content type='html'>Hi I am also messing with the issue. I have set an attribute in session but cant able to get. And got NullPointerException on it. I have also enabled it in web-appengine.xml. &lt;br /&gt;&lt;br /&gt;Any help or idea... :(</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/248090823372650162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/248090823372650162'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1253650518794#c248090823372650162' title=''/><author><name>Tahir</name><uri>http://www.blogger.com/profile/04424494013665312477</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1525681216'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-4347383576953720865</id><published>2009-08-10T16:56:42.180+02:00</published><updated>2009-08-10T16:56:42.180+02:00</updated><title type='text'>I have a problem with HttpSession. It doesn&amp;#39;t ...</title><content type='html'>I have a problem with HttpSession. It doesn&amp;#39;t work correctly with GAE. I use classiq methods to store and retrieve objects sessions.&lt;br /&gt;I have activate the management inside web-appengine.xml with sessions-enabled tag&lt;br /&gt;&lt;br /&gt;When i want use objects in JSP, theses objects are null and i have an exception&lt;br /&gt;&lt;br /&gt;Is it a big bug of GAE version Java OR NOT ?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/4347383576953720865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/4347383576953720865'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1249916202180#c4347383576953720865' title=''/><author><name>JH</name><uri>http://www.blogger.com/profile/08756595481624344318</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-354102579'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-1103248326024795535</id><published>2009-05-24T20:57:05.214+02:00</published><updated>2009-05-24T20:57:05.214+02:00</updated><title type='text'>Has anybody a snippet to show how to store somethi...</title><content type='html'>Has anybody a snippet to show how to store something in session (in request N) and retreive it from session (in request N+1)&lt;br /&gt;My problem is that i want do this in a Grails app i deploy on GAE..and should forget session['name']=myObj&lt;br /&gt;Thanks in advance</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/1103248326024795535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/1103248326024795535'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1243191425214#c1103248326024795535' title=''/><author><name>jurassicGeek</name><uri>http://www.blogger.com/profile/06712782766370638731</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1268097008'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-7565601318704041334</id><published>2009-04-20T08:15:00.000+02:00</published><updated>2009-04-20T08:15:00.000+02:00</updated><title type='text'>Thanks for your answer! It helps me a lot, and it'...</title><content type='html'>Thanks for your answer! It helps me a lot, and it's good to know, that what's happening behind the scenes :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/7565601318704041334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/7565601318704041334'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1240208100000#c7565601318704041334' title=''/><author><name>Bálint</name><uri>http://www.blogger.com/profile/07628676823839268765</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_d9DCK3gd6nE/SeZPzuStcHI/AAAAAAAACUE/HSEcwXtNnzI/S220/photo.jpeg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1716665283'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-8910884609811378471</id><published>2009-04-19T22:10:00.000+02:00</published><updated>2009-04-19T22:10:00.000+02:00</updated><title type='text'>Hi Bálint! Thanks for your comment, and glad you f...</title><content type='html'>Hi Bálint! Thanks for your comment, and glad you found the blog!&lt;br /&gt;&lt;br /&gt;Yes, you should be able to use the session just as you're used to from a "normal" servlet container. You should be able to get and set session attributes just as you're used to!&lt;br /&gt;&lt;br /&gt;The heavy lifting -- distributing the sessions among all JVM:s serving the requests to your app -- is done behind the scenes.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/8910884609811378471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/8910884609811378471'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1240171800000#c8910884609811378471' title=''/><author><name>Stringbuffer.com</name><uri>http://www.blogger.com/profile/13625967709587703071</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-915361899'/></entry><entry><id>tag:blogger.com,1999:blog-4311234419396881619.post-3066819650819700430</id><published>2009-04-19T20:58:00.000+02:00</published><updated>2009-04-19T20:58:00.000+02:00</updated><title type='text'>Hi!

Thanks for this, I'm trying to do something b...</title><content type='html'>Hi!&lt;br /&gt;&lt;br /&gt;Thanks for this, I'm trying to do something big in GAE/J, and I was looking for infos about HttpSession implementation in GAE (on the docs it was only 1 paragraph, it's not enough for me :))&lt;br /&gt;&lt;br /&gt;So in general: you don't have to worry about anything? just putting and getting attributes? Or what is the level I need to worry about (But it's good to know that in the background, google works hard)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/3066819650819700430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4311234419396881619/7703788741729703112/comments/default/3066819650819700430'/><link rel='alternate' type='text/html' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html?showComment=1240167480000#c3066819650819700430' title=''/><author><name>Bálint</name><uri>http://www.blogger.com/profile/07628676823839268765</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_d9DCK3gd6nE/SeZPzuStcHI/AAAAAAAACUE/HSEcwXtNnzI/S220/photo.jpeg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.stringbuffer.com/2009/04/http-sessions-and-google-app-enginej.html' ref='tag:blogger.com,1999:blog-4311234419396881619.post-7703788741729703112' source='http://www.blogger.com/feeds/4311234419396881619/posts/default/7703788741729703112' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1716665283'/></entry></feed>
