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
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: 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: Sun May 19 18:01:33 2024 UTC