[PHP] Need Help.

2009-07-14 Thread Girish Padia
Dear Sir,

I am facing two problem while developing my site in php.
1) I want to delete browser history whenever i migrate from one page to
another. so that user can never press Back button.
2) I have 20 users who have access to my site. Right now I am checking this
using cookies. I want to know which is better to track user login : Cookies
or Session ?

Please do reply.

With regards,

Girish


[PHP] Thanx

2009-07-14 Thread Girish Padia
Dear All,

Thanx for the responce shown by you all. Your responce helped me to clear my
doubts. Well, I am very much new to PHP developements. You can visit me at
http://www.girishphpmysql.blogspot.com. I am willing to know about sessions
to track the user login and logout. Your same responce will help me again.




fromLists li...@euca.us
toGirish Padia girishpa...@gmail.com

date14 July 2009 19:39
subjectRe: [PHP] Need Help.

hide details 19:39 (14 hours ago) Reply



Girish Padia wrote:

Dear Sir,

I am facing two problem while developing my site in php.
1) I want to delete browser history whenever i migrate from one page to
another. so that user can never press Back button.




Why?

I could see a purpose for this if there is a form post
and you don't want the user to resubmit... but, are you wanting this
feature globally?

Donovan