Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. CO1. store session data in a cookie? sounds weird, if you are storing it in a session why would also store it in a cookie? 2. this is true, but if your shared server is allowing other account holders to open your tmp files, you have serious security problems anyways... every shared server I have ever been on does not allow you to access other's tmp files. this is a very good point none-the-less however.
      singulars
    2. CO1. The cookie *is* the session. Doesn't require any server-side storage. I.e., instead of the cookie holding a pointer to a server-side resource with the data, the data is actually in the cookie. 2. I didn't mean a "(shared server)-side" resource I meant a "shared (server-side)" resource -- i.e., even a private server has a shared /tmp filesystem. And it's not just files. Could be a database table or a memcache cluster. I'm not saying that hashing the fingerprint adds a ton of security, but it's not a horrible idea. At the very least, it gives you a shorter string to store and compare. :)
      singulars
    3. CO1. isn't session data stored 100% inside a cookie just called a cookie haha? 2. are you implying that the session file, which is typically stored in the tmp folder, can be accessed by outsiders? are files stored in tmp easier to gain access to than other parts of the file system because it is a shared resource on the server? any info on this would be great.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload