Closed ImChiip closed 8 years ago
Erm, haven't used Laravel in a while but I don't think this is a Steam Login issue.
Have you tried to remove Session::save();
? I don't think you need it and could be causing issues.
its work if i write my steamid plain text
$steamid64 = "mysteamid";
Session::put('steam64', $steamid64);
Session::save();
i see my session message
Can you var_dump the contents of $steamid64 before you save it to a session?
var_dump of $steamid64 = SteamLogin::validate(); return string(17) "7656119805334XXXX"
Hi , Got a problem /w my app on laravel 4.2 Cant send a message with login redirect My controller
My index.blade.php
Return from var_dump on login
if i remove
its working any issue for that ? Sorry but im bad with english