php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #18605 on_session_destroy functionality
Submitted: 2002-07-26 16:56 UTC Modified: 2002-07-28 06:43 UTC
From: greg at ttiltd dot com Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 4.2.2 OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: greg at ttiltd dot com
New email:
PHP Version: OS:

 

 [2002-07-26 16:56 UTC] greg at ttiltd dot com
Most of other languages have functionality that allows for the user to specify an action that will be performed when the program exit.  I don't seem to find this type functionlity in PHP.  Especially when session times out.

This type of feature should allow user to submit one or more actions to be performed on the destruction of session either as timeout or as an explicit destroy.

This type of feature would be very useful when interacting with external application engines.

Thanks for your consideration.

Greg

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-28 06:43 UTC] yohgaki@php.net
You can control behavior with custome session save handler (session data is expired) or shutdown function (register_shutdown_function). 


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 23:01:30 2024 UTC