Smoky
11-10-2004, 07:56 PM
Hey again....
Just heard about sessions in PHP. What i have heard is that they can idenity computers connected to a page and validate if they can go there.....
This seams real cool because at the moment i have a system where information is entered and the it goes through processes and such then it comes to the page and then checks the encrypted cookies and a "activity" file which isnt encrypted which is under the root directory. The activity files name is based on there IP address and a array number....
As you can see this becomes rather long and complex at times.... So my question is,
~is using sessions quicker to use?
~what do you need to use them?
~how secure?
~could you show me a example of setting one up and getting it?
Cheers for any help
Just heard about sessions in PHP. What i have heard is that they can idenity computers connected to a page and validate if they can go there.....
This seams real cool because at the moment i have a system where information is entered and the it goes through processes and such then it comes to the page and then checks the encrypted cookies and a "activity" file which isnt encrypted which is under the root directory. The activity files name is based on there IP address and a array number....
As you can see this becomes rather long and complex at times.... So my question is,
~is using sessions quicker to use?
~what do you need to use them?
~how secure?
~could you show me a example of setting one up and getting it?
Cheers for any help