When using memoryStore for sessions I notice that
''new_session''=true and
consequently the session id is changing every POST. If I change the session
store to PStore the hash ''new_session''=false and the session
data is
maintained across POSTs.
Any ideas on how I can use memoryStore (and set new_session=false) so I can
maintain session information across POSTs?
Thxs, Rob
--
View this message in context:
http://www.nabble.com/MemoryStore-t1196174.html#a3154683
Sent from the RubyOnRails Users forum at Nabble.com.