On 8/1/07, Nathan Mealey <[EMAIL PROTECTED]> wrote:
>
> I'm using Mongrel 1.0.1 and Apache 2.0 to serve up a handulf of Rails
> applications.
>
> Apache proxies requests to the instances of Mongrel and uses ProxyPass and
> ProxyPassReverse to deliver static files.
>
> The Rails application uses sessions, and this appears to be where the issue
> is occurring.
>

Will be very helpful to know:

1) Version of Rails.

2) What kind of session storage are you using? (PStore, ActiveRecord, Cookie)

3) What are you storing in the session? (the user_id or the full user
object) -- the later is bad practice, but often seen used in many
applications.

-- 
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to