i am developing an application in which i am storing some values in session
using session_start() and then $_SESSION['customer'] = 'max' like this
forwarding it to next page , but there is a problem like when i use back link on
the page and try to retrieve the values through session but it doesn't work
it didn't show any values
using session_start() and then $_SESSION['customer'] = 'max' like this
forwarding it to next page , but there is a problem like when i use back link on
the page and try to retrieve the values through session but it doesn't work
it didn't show any values
Comment