views:

107

answers:

0

My application uses Ruby on Rails and store session_id in _myapp_session. But when I include my GWT module in a Rails view, it responds that it can only see one cookie (_auth_token) but there is no _myapp_session. I collect all cookie names with Cookies.getCookieNames()

How do I solve this?