Rails returning session of another user

Running Jruby1.4.0, Rails 2.3.5, Tomcat 5.5, Java 1.6

We are getting reports that when a user logs in they are getting the
session
of another user. We are unclear how this could happen. One suspicion
is a
potentially non-threadsafe plugin called acts_as_audited. has anyone
encountered this issue before? Any idea how this can happen?

Thanks
AD

just two questions when I read your post:

  • how do set up your war-application - with warbler ?

  • which sssion store are you using ?

regards, Kristian

On Fri, Jun 11, 2010 at 2:00 AM, AD [email protected] wrote:

Running Jruby1.4.0, Rails 2.3.5, Tomcat 5.5, Java 1.6
We are getting reports that when a user logs in they are getting the session
of another user. Â We are unclear how this could happen. Â One suspicion is a
potentially non-threadsafe plugin called acts_as_audited. Â has anyone
encountered this issue before? Any idea how this can happen?

Thanks
AD


Kristian Meier + Saumya Sharma + Sanuka Meier
Vadakkethu House,
Edayanmula West PO - 689532,
Pathanamthitta District, Kerala, INDIA

tel: +91 468 2319577

protect your privacy while searching the net: www.ixquick.com

         _=_
       q(-_-)p
        '_) (_`
        /__/  \
     _(<_   / )_
  (__\_\_|_/__)

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Yes Warbler.

DB Session Store (ActiveRecord)

kristian any thoughts? Did you have something similar ?