Maintain session while using post

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gpavani99
Forum Newbie
Posts: 2
Joined: Fri Jul 14, 2006 3:00 am

Maintain session while using post

Post by gpavani99 »

Hi all,
I am nw to php.
i am making a site which allows u to see som pages if u r a authenticated user.
if i use post while user logins the pages r not stored in cache and user have to refresh each time he goes back.
on the other side if i user get u can visit pages from history
where i am thinking wrong?
What should i use get or post??
is it possible to maintain session using post ?
or how to delete pages from history while user logs out?
i visited some asp sites they all r using post.
Pl. help me
Thanks in advance.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I can't make head-nor-tail of your question sorry :( Can you post some code?
Post Reply