Jump to content

may i know where these cookies and sessions are actually used


sasi

Recommended Posts

  Hello everybody,

                I want to know where these cookies and sessions are actually used and what is main purpose of using them. I know how to create them but i am unable to understand the need/necessity of them and where they are actually used.

 

                And one more thing i want to run  php program in the unix platform as a thread(means for every half an hour it is to be executed),the main moto of that file is converting the unix log file(date format) into the MySql date format and after that writing that result data into another file and after that it is to be loaded into the database.

 

 

            Can anybody provide the documentation reagarding these issues.

Link to comment
Share on other sites

Session and cookies are such kind of mechanism which you can use for some temparaly data storage.

 

Session expires when browser is closed.

Session cookie also expires when browser is closed.

In persistent cookie you can define a time for cookie expire. 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.