I would like to introduce a secure session in our app changing the existing and behaviour of this.session. So, for example I might add this.secure_session and provide my own encode and decode methods.
Could this be as simple as adding a context_name configuration?
I would like to introduce a secure session in our app changing the existing and behaviour of
this.session
. So, for example I might addthis.secure_session
and provide my own encode and decode methods.Could this be as simple as adding a context_name configuration?
I found two references to 'session' ..
__defineGetter__
and__defineSetter__