Hi,
I have written a script in python which is hosted under MWS and any client can visit my website through that script.
Is there any way to get session closed notification inside my script when client close his browser?
Regards,
pk
Hi,
I have written a script in python which is hosted under MWS and any client can visit my website through that script.
Is there any way to get session closed notification inside my script when client close his browser?
Regards,
pk
Hi,
Did you check RHTTPSession and RHTTPTransaction classes. I am not sure if this can be used in python though.
Regards
Mrudul
Hi,
RHttpSession can not be used inside mod_python.
I am able to get the Session from request object but how to get notification at server on closing this session still an R&D.
Regards,
Pravesh