Sessions doesn't work

first: here’s the error: http://pastebin.ca/203317

The problem is that all sessions in my applications doesn’t work - on my
remote server (running 1.1.4), but works fine locally (running 1.1.6).
This means that when you try to log in (or some other thing where i use
sessions) a cookie is stored, with the session-id, but for some reason
it looks like the session is dead after a reload (all the values are
gone).

any idea what the problem could be?

Jacob wrote:

any idea what the problem could be?

I’ve seen a similar behavior when I set
session_options[:session_domain] to
.xyz.com and work in WEBrick on localhost.

Just a thought,

Long