php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13535 missing or not documented thing in sessions
Submitted: 2001-10-04 05:22 UTC Modified: 2002-06-17 14:16 UTC
From: ozoon at vnet dot ee Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.6 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ozoon at vnet dot ee
New email:
PHP Version: OS:

 

 [2001-10-04 05:22 UTC] ozoon at vnet dot ee
Hi.
I ma managing webpage what have about 600-1000 active users online all the time.
I was own sessions before (with storage to mysql), but last times sql server dies very fastly.
I was trying to use php internal sessions, but i have missing of one thing there
Its some variable or function what shows HOW MUCH active open sessions are online.
I didnot found any documentation about it on php sessions manual.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-17 14:16 UTC] hholzgra@php.net
you have to set up a distinctive directory for
session files and then just count the nubmer 
of files in there ...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 06:01:34 2024 UTC