GWT + Tomcat Session without Cookies! -
i'm working on web-project uses gwt on client , java on server side (tomcat7).
if cookies enabled on browser, works fine. can use sessions without problems.
if cookies disabled on browser, sessions doesn't work.
i guess, gwt apps being single web-page application requests data server via ajax.
is there way sessions working under such circumstances?
help appreciated!
all best, thomas
if using gwt rpc, need modify rpc urls burn in jsessionid discussed in forum post. though not sure if line cookies.getcookie("jsessionid")
shown forum post work in case. might need parse location.href
Comments
Post a Comment