lib/session/sessionmanager.rb in rsence-pre-2.1.0.10 vs lib/session/sessionmanager.rb in rsence-pre-2.1.0.11

- old
+ new

@@ -72,10 +72,12 @@ ### Please don't mess with it, unless you know exactly what you are doing. ses_data = { # the time, when the session will time out :timeout => timeout, - + + :plugin_incr => 0, + # session id, used internally :ses_id => ses_id, # session key, used externally (client xhr) :ses_key => ses_sha,