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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -