Hey friends,
I need a little assistance getting one of my applications running on
OSX.
I am able to install everything, and get my application running, but
when I try to store an object in the session in one of my apps, the
session object doesn’t get stored.
I tried running webrick, and I tried running under lighttpd.
I tried running a regular session store, and a mysql session store.
I created a new application, and in that instance I was ABLE to store
things in the session.
I’m running the same code on windows and on a red hat production box,
and neither have problems storing the model in the session.
Has anyone else run into this issue? Any ideas?
Thanks in advance,
-Gregg