| Web Design & Programming Building websites, coding scripts or developing apps? html, css, javascripts, ajax, php, asp, java, c+, C++ and other geeky info is here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Status: Junior Member Join Date: Dec 2011 Posts: 25
![]() | As per my knowledge about php so persistent cookie is a cookie which is stored in a cookie file permanently on the browser's computer. Cookies are created as provisional cookies which stored simply in the browser's memory. |
| | |
| | #2 (permalink) |
| Status: Senior Member Join Date: Jul 2011 Posts: 152
![]() | Persistent cookie is less secure and it is also called as permanent cookies because it gets stored on user's machine until it expires or user deletes it manually from the browser.
__________________ Web Design California| Web Development Company| Los Angeles Website Design| Graphic Design Portfolio |
| | |
| | #3 (permalink) |
| Status: Junior Member Join Date: Feb 2012 Posts: 6
![]() | The persistent cookie won't be deleted when closing your browser, but it will die, all cookies have an expiration date though some cookies can be present for months. This type of cookie can also perform a useful function.
__________________ Online Diploma |
| | |
| | #4 (permalink) |
| Status: Junior Member Join Date: Jul 2011 Posts: 4
![]() | A persistent cookie is a cookie which is stored in a cookie file permanently on the browser's computer. By default, cookies are created as temporary cookies which stored only in the browser's memory. When the browser is closed, temporary cookies will be erased. You should decide when to use temporary cookies and when to use persistent cookies based on their differences: *Temporary cookies can not be used for tracking long-term information. *Persistent cookies can be used for tracking long-term information. *Temporary cookies are safer because no programs other than the browser can access them. *Persistent cookies are less secure because users can open cookie files see the cookie values. |
| | |
| | #5 (permalink) |
| Status: Senior Member Join Date: Jan 2012 Posts: 171
![]() | persistent cookies is permanent cookies stored in the browser's computer.and its useful for tacking long term information. |
| | |
| | #6 (permalink) |
| Status: Senior Member Join Date: Jul 2011 Posts: 122
![]() | A persistent cookie is a cookie which is stored in a cookie file permanently on the browser's computer. software testing course chennai|testing training chennai .................................................. .................................................. . |
| | |
| | #7 (permalink) |
| Status: Senior Member Join Date: Mar 2011 Posts: 146
![]() | a cookie that is stored on a user hard drive until it expires (persistent cookies are set with expiration dates) or until the user deletes the cookie. Persistent cookies are used to collect identifying information about the user, such as Web surfing behavior or user preferences for a specific Web site. |
| | |
| | #8 (permalink) |
| Status: Senior Member Join Date: Sep 2011 Posts: 103
![]() | 1. A persistent cookie is a cookie which is stored in a cookie file permanently on the browser’s computer. 2. Persistent cookies can be used for tracking long-term information. 3. Persistent cookies are less secure because users can open cookie files see the cookie values. 4. when we set expire parameter in setcookie(name,value,expire,path,domain,secure) method then persistent cookie will create for expire date if not set then cookie will expire at the end of the session (the browser closes). Plc training Centre In Chennai
__________________ Plc Courses In Chennai| |
| | |
| | #9 (permalink) |
| Status: Junior Member Join Date: Apr 2012 Posts: 6
![]() | A persistent cookie is a cookie which is stored in a cookie file permanently on the browser's computer. Persistent cookies are used to gather recognize information about the user, such as Web surfing performance or user preferences for a specific Web site.
__________________ php mysql web development |
| | |
| | #10 (permalink) | |
| Status: Member Join Date: Apr 2012 Location: India Posts: 44
![]() | Quote:
| |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |