CodeIgniter Forums
Sessions in Debug Bar Could be a Mistake - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Sessions in Debug Bar Could be a Mistake (/showthread.php?tid=66643)



Sessions in Debug Bar Could be a Mistake - InsiteFX - 11-15-2016

DEBUG BAR      4 ms 0.330 MB  Timeline  Database  Logs  Files  Routes  Vars

View Data

Session User Data
__ci_last_regenerate 1479235917
name Admin
_ci_previous_url http:///    <-- Is this an mistake notice 3 forward slashes?
id 1

Request ( HTTP/1.1 )

HEADERS

Host ci4starter.dev
Connection keep-alive
Cache-Control max-age=0
Upgrade-Insecure-Requests 1
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36
Accept text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding gzip, deflate, sdch
Accept-Language en-US,en;q=0.8
Cookie debug-bar-state=open; fxsession=b045e4b3b96c14f203a6c1160d8891d777ca5e56

COOKIES

debug-bar-state open
fxsession b045e4b3b96c14f203a6c1160d8891d777ca5e56

Response ( 200 - OK )


RE: Sessions in Debug Bar Could be a Mistake - kilishan - 11-15-2016

Thanks for the report. Bugs are better report at GitHub, though, otherwise they'll get lost in the noise. And pull requests are always accepted, too Smile


RE: Sessions in Debug Bar Could be a Mistake - InsiteFX - 11-16-2016

yep but I listed it here first because I was not sure if it was a mistake or bug, I'll post it on GitHub


RE: Sessions in Debug Bar Could be a Mistake - Narf - 11-16-2016

(11-15-2016, 03:19 PM)kilishan Wrote: Thanks for the report. Bugs are better report at GitHub, though, otherwise they'll get lost in the noise. And pull requests are always accepted, too Smile

s/accepted/welcome/

Impressions. Smile


RE: Sessions in Debug Bar Could be a Mistake - kilishan - 11-16-2016

(11-16-2016, 03:54 AM)Narf Wrote:
(11-15-2016, 03:19 PM)kilishan Wrote: Thanks for the report. Bugs are better report at GitHub, though, otherwise they'll get lost in the noise. And pull requests are always accepted, too Smile

s/accepted/welcome/

Impressions. Smile

Good point. Smile

And thanks, InsiteFX for posting it over there.