I am currently producing a couple of new replacement tags for use in my site. I am working with standalone files in the frontend_render folder to parse the tags.
I would now like to manipulate session data to make the session aware that I have submitted a form on a certain page. I've tried using the $_SESSION array directly but it doesn't seem to work since this array seems to be completely empty. Is there a different way of doing this in PHPWCMS?
			
			
									
						
										
						How to use session variables?
- Oliver Georgi
 - Site Admin
 - Posts: 9937
 - Joined: Fri 3. Oct 2003, 22:22
 - Location: Dessau-Roßlau
 - Contact:
 
Re: How to use session variables?
no there isn't.
Start with:
Don't use this on public site!
Oliver
			
			
									
						
										
						Start with:
Code: Select all
<php? dumpVar($_SESSION); ?>Oliver