Rick,
    That might work for logging out but it seems I'd still have the
problem of the session flaking out during the visit.

On Oct 15, 11:07 pm, Rick <[EMAIL PROTECTED]> wrote:
> I've noticed similar behavior on IE5 (I know, it's old, so am I:-)...
>
> I only running in development mode and testing on Firefox, Safari,
> Opera, and IE.  The only way I can terminate a session on IE is by
> deleting related cookies.  The other browsers work fine.  I typically
> run through mongrel though I've tried webrick with the same results.
>
> Here's my setup:
>
> Ruby version    1.8.7 (powerpc-darwin9)
> RubyGems version        1.3.0
> Rails version   2.1.1
> Active Record version   2.1.1
> Action Pack version     2.1.1
> Active Resource version 2.1.1
> Action Mailer version   2.1.1
> Active Support version  2.1.1
> Application root        /Users/rick/journeys
> Environment     development
> Database adapter        mysql
> Database schema version 20080925171956
>
> On Oct 15, 12:10 pm, command0 <[EMAIL PROTECTED]> wrote:
>
> > Is this just happening in IE7? Can you replicate the issue in other
> > browsers like Chrome, Firefox, Safari, etc... ?
>
> > On Oct 15, 4:00 pm, gwgeller <[EMAIL PROTECTED]> wrote:
>
> > > Hello,
> > > We are developing in Rails 2.1.0 and serving the files with mongrels
> > > behind Apache. We are using SqlSessionStore. Recently I noticed that
> > > when logging into our site using IE7 the session doesn't persist in
> > > some situations, and persists when it shouldn't.
>
> > > For instance when I log in my info is maintained when visiting certain
> > > pages, but disappears on others. The info never fully disappears, it
> > > just is only accessible certain situations. I can't log out either.
> > > Lastly if I close IE7 and reopen the browser my session is still
> > > active.
>
> > > So here are some things to take into account - Everything works fine
> > > in development using a similar mongrel/apache/ssl setup. This would
> > > make me think it might be the live server, but we have another ror
> > > site that works fine. I guess this doesn't eliminate the server.
>
> > > What is puzzling is the session persists, but for some reason it
> > > doesn't get recognized on some requests. It seems another session
> > > would be created in those cases, but one is not when I view the
> > > sessions table. Also the fact that I can't log out is weird.
>
> > > Most of what I can find has to do with iframes and setting p3p in the
> > > response, but that hasn't worked and it seems that in those cases the
> > > session isn't persisting at all, which is different from our issue.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to