php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #7181 Classes and Sessions
Submitted: 2000-10-13 09:38 UTC Modified: 2000-11-21 04:03 UTC
From: d dot stender at regiocom-aachen dot de Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.2 OS: Linux / RedHat6.2
Private report: No CVE-ID: None
 [2000-10-13 09:38 UTC] d dot stender at regiocom-aachen dot de
Hello everyone,

it does not seem to be possible to put instances of objects/classes into sessions. This feature would come in handy to code stuff like object orientated shoppingsystems et cetera.

best regards,

Dominique Stender

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-13 10:01 UTC] hholzgra@php.net
are you sure that the script trying to get the objects from
the session data has the code for its class included ?

sessions will only transport the classes data members, 
not the method code ...
 [2000-11-21 04:03 UTC] sniper@php.net
no feedback
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 14 15:00:01 2026 UTC