Server OS: Ubuntu 7.10, Linux 2.6.16.29-xen #1 SMP x86_64 GNU/Linux (SliceHost)
LiteSpeed 3.3.11 Standard
RubyGems 1.1.1
ruby-lsapi 3.2
Rails 1.2.6 and 2.0.2
Client OS: Mac OS X Leopard 10.5.2
Safari 3.1.1 (5525.18)
Firefox 2.0.0.14
I created two simple Rails applications (in the versions noted above) to test this situation. Each was configured to use the active_record_store for sessions, so all that will be written to cookies is the session id. On the Ubuntu server where LiteSpeed is running, the cookie was not created in Safari but it was in Firefox. This was true for both Rails 1.2.6 and 2.0.2. To determine if it is a problem with Safari, I replicated the test on my local development computer (the client noted above), where I use Mongrel 1.1.4. The cookies were created in Safari correctly. I see nothing in the error.log or stderr.log that appears related to this problem.
I created the virtual hosts based on the Rails template, then instantiated them and set the environment to development.
Let me know if you need any more information.
LiteSpeed 3.3.11 Standard
RubyGems 1.1.1
ruby-lsapi 3.2
Rails 1.2.6 and 2.0.2
Client OS: Mac OS X Leopard 10.5.2
Safari 3.1.1 (5525.18)
Firefox 2.0.0.14
I created two simple Rails applications (in the versions noted above) to test this situation. Each was configured to use the active_record_store for sessions, so all that will be written to cookies is the session id. On the Ubuntu server where LiteSpeed is running, the cookie was not created in Safari but it was in Firefox. This was true for both Rails 1.2.6 and 2.0.2. To determine if it is a problem with Safari, I replicated the test on my local development computer (the client noted above), where I use Mongrel 1.1.4. The cookies were created in Safari correctly. I see nothing in the error.log or stderr.log that appears related to this problem.
I created the virtual hosts based on the Rails template, then instantiated them and set the environment to development.
Let me know if you need any more information.