Search Results

1
vote

PHP: Storing ‘objects’ inside the $_SESSION.

I would suggest don't use state unless you absolutely need it. If you can rebuild the object without using sessions do it. Having states in your webapplication makes the application more complex t …