Jump to content

[SOLVED] Passing Data to another Page using $_SESSION's


bri0987

Recommended Posts

however I would not recommend storing the social security number anywhere in the session as it could be accessed by anyone who has access on the servers because your session data mostly gets stored in sess_ files in your tmp directory on the server.

however I would not recommend storing the social security number anywhere in the session as it could be accessed by anyone who has access on the servers because your session data mostly gets stored in sess_ files in your tmp directory on the server.

 

This can be offset by good network security though.

you could encrypt the sensitive information and store it in the session using some kind of encryption alogrithim and then when its on the other page just decrypt it so if someone gets hold of your sess_ file they will not be able to make sense of it unless they know the encryption alogrithim

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.