Hi,

I wondered if anybody could help me with setting the session cookie
lifetime for Shiro on GAE.

I tried with DefaultWebSessionManager but I get an AccessControlException:

java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "modifyThreadGroup")

Tried org.apache.shiro.session.Session#setTimeout(432000 * 1000) but that
doesn't work either. The JSESSIONID cookie continues to show an Expires
value of "At end of session".

Regards,
Harshdeep S Jawanda

Reply via email to