Quote:
Originally Posted by Onehalfmoa
Can you provide a example of a session has... Not that familiar with the code...
Thanks
|
If I sound like a jerk, I appologize in advance.
What is it you are not familiar with? The word "sessionhash" is as clear as he could get regarding how he was describing what to search for.
Needless to say, this is what you are looking for (notice the word "sessionhash" he said to look for):
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
Replace that entire line so it now looks like this:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />