hi guys n girls,
im new at the forums ... but although i searched the forums to solved my problem
i didnt find a solution yet.
probably its not the right place to post my prob, so dont tear my head down plz
so here we go:
when some1 enters my site bits.pcriot.com i start a session using session_start()
after i set a few variables using the global array $_SESSION like this: $_SESSION['var'] = $var
usually there should be set contents like "var|s:5:varcont;" (examle for a string, length 5, contents='varcont') to the corresponding sessionfile
now that i set these variables i am used to readout the corresponding session file using file_get_contents()
everythings good so far, but the contents i get using file_get_contents() or other strategies looks kind of encrypted, something like this: _aV4VPiwO8OK_9bQKRS7l38ukvFAgsXwHLP8A7VrpFooyfZVwRRC2o3qvSslEYN6zmNWZijCdttBznyur00jYG_ZBrk5gHLnBZSMzsKRSa72LuUzUKE4Yomck6lRSmATGdmVocfskhcrNaO_eI3MZQ..
so here are my questions:
is the contents encrypted in the sessionfiles?
if yes, how can i decrypt the contents returned, cause i need to reset some variables?
perhaps there exists an closed/solved thread that i havent found yet. if yes could u plz post it?
thx in advance
im new at the forums ... but although i searched the forums to solved my problem
i didnt find a solution yet.
probably its not the right place to post my prob, so dont tear my head down plz
so here we go:
when some1 enters my site bits.pcriot.com i start a session using session_start()
after i set a few variables using the global array $_SESSION like this: $_SESSION['var'] = $var
usually there should be set contents like "var|s:5:varcont;" (examle for a string, length 5, contents='varcont') to the corresponding sessionfile
now that i set these variables i am used to readout the corresponding session file using file_get_contents()
everythings good so far, but the contents i get using file_get_contents() or other strategies looks kind of encrypted, something like this: _aV4VPiwO8OK_9bQKRS7l38ukvFAgsXwHLP8A7VrpFooyfZVwRRC2o3qvSslEYN6zmNWZijCdttBznyur00jYG_ZBrk5gHLnBZSMzsKRSa72LuUzUKE4Yomck6lRSmATGdmVocfskhcrNaO_eI3MZQ..
so here are my questions:
is the contents encrypted in the sessionfiles?
if yes, how can i decrypt the contents returned, cause i need to reset some variables?
perhaps there exists an closed/solved thread that i havent found yet. if yes could u plz post it?
thx in advance