search for: sqlsessionstore

Displaying 7 results from an estimated 7 matches for "sqlsessionstore".

2008 May 13
2
sql_session_store on rails2
Hi We''re in the midst of upgrading our rails 1.2.6 app to rails 2.0. We have been using the sql_session_store plugin for our sessions. I wondering if anyone is still using SqlSessionStore on their rails 2 apps? Is it still worthwhile? Thanks, Ray -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send...
2007 Feb 02
6
Mongrel and MemcacheSessionStore
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey, I''ve been using Mongrel for quite some time now but I ran into an issue that threw me back to lighttpd + fastcgi. The application in question was running fine in the production environment with SQLSessionStore and using a mongrel cluster behind a load balancer. However, by switching to a MemcacheSessionStore (using either memcache-client or Ruby-MemCache), users kept being logged out due to the fact that the processes lost their connection to the memcache server (they reconnected but the users were alrea...
2008 Oct 22
2
setting session id for first visit
I am logging web visits with a before_filter on the application controller. The issue I''m having is that the initial visit does not return a session id. I''m using the SqlSessionStore and the function MysqlSession.find_session(session.session_id) to retrieve the session id. If it doesn''t exist I use a -1. So looking in my visits table the initial visit always has -1 for the session id and the rest of the visits contain a valid session id for that visitor. I tried putti...
2006 Oct 15
1
mongrel_send_file gem plugin
...ttachment.content_type] # redirect to the path served by mongrel_send_file redirect_to "/file/#{filehash}/#{@attachment.filename}" end # startup mongrel with this command mongrel_rails -S config/mongrel_send_file.conf == Note I wrote this for a couple Rails apps that use the SqlSessionStore plugin [1]. So, it''s very opinionated about how it gets the info from the session. This app should work with any app that runs on Mongrel (not just rails), just monkey patch the SendFile#find_session method. Submit suggestions as patches if you have them too. [1] - http://railsexpress....
2008 Oct 15
9
Rails sessions working intermittently in IE7
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, i...
2007 Apr 01
8
No stacktrace on errors (edge rails)
Hi, I must be missing something or have something misconfigured, but I get no stack-trace when there is an error in the code behind a view. If the view doesn''t compile, then I see an error & stacktrace, but all other errors I get a "lost network connection" from the browser, and nothing at all in the server output or development.log. It''s been that way with
2007 Mar 19
4
Active session list
Hi all Does anybody know how to get active session list or list of active session ID in RubyOnRails? Thanks --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this