SessionNameHandler
Summary
Sets how session names should be generatedUsage
SessionNameHandler=default|custom
Description
There are two possible options
- default:The default setting uses PHP to generate session names. If you use the default handler the session will be valid across siteaccess (e.g admin and user site) if they use the same database.
- custom: The custom setting allows you to prefix the session name. The prefix is set with the SessionNamePrefix setting.
Frederik HolljenĀ (01/02/2005 2:27 pm)
Frederik HolljenĀ (28/02/2005 3:32 pm)
Comments
There are no comments.