Support the ongoing development of Laravel.io →

843 Threads

Not able to save authentication - Semi Laravel related problem with Internet explorer and localhost

Yesterday, I was banging my head against the keyboard all night, having big problems getting authent...

0 Likes
3 Replies
Solved

Resource authentication and session data

In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...

0 Likes
2 Replies
Solved

Who's online Laravel 4 Session

Hi everyone, i'm trying to implement in my Laravel 4 app, a script that shows me which users are onl...

0 Likes
8 Replies
posted 10 years ago

laravel/framework/src/Illuminate/Session/Store.php memory size exhausted

Hi Guys, I am not sure why I am getting this error and hope some over here can help me. Out of nothi...

0 Likes
1 Replies

My Auth::check is not working in view.

My Auth::check is not working in view. but works fine in controller. also works fine on local server...

0 Likes
4 Replies
posted 10 years ago

Undefined index: driver ... Stuck.

This has happened to me 3 times in the past. Now this time I really want to figure out what the prob...

0 Likes
2 Replies

Handle a cart for an e-commerce website

Hi, I am trying to create a cart for my e commerce website. For a single user, it's simple, session...

0 Likes
13 Replies
Solved

Unable to ->with('key','value') within nested Controller.

I have an AdminController within the controllers/admin folder and i would like to pass my page title...

0 Likes
3 Replies

Csrf tokens and session do not persist

I'm using Laravel 4.1 locally and on production (shared hosting, PHP 5.3.27). Locally everything wor...

0 Likes
2 Replies

Guzzle & Laravel

Dear, I have a Laravel API. For example I used Sentry, but can successfully work without Sentry. I l...

0 Likes
0 Replies

problem with retrieving data from database

hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...

0 Likes
1 Replies

is it possible to store the current logged user in session

instead of querying for his data on each page load? or it is not secure?

0 Likes
4 Replies

Save radio button selected value in Session variable

I'm building multiple page quiz. When users select options(answer) for a question, it should store i...

0 Likes
5 Replies
posted 10 years ago

Is someone can give me a code that can create cookie and retrieve the data?

I can use $foreverCookie = Cookie::forever('forever', 'Success'); and it works perfectly but if I...

0 Likes
0 Replies

Memcached as default Cache

I'm planning to setup Memcache and APC. Question 1 , If i use File as default cache, does it cache t...

0 Likes
1 Replies

Displaying, Storing, manipulating timer through session variable

Is it possible to show a timer countdown (30 minutes) using a session variable and logging out when...

0 Likes
1 Replies

Best Practice for Multi-Page Forms???

I have done some research and am still not able to find any examples or best practices on persisting...

0 Likes
1 Replies

Hitting a route without refreshing session?

I have an ajax function that polls every 5s to see if a user's session has expired and will redirect...

0 Likes
0 Replies

Why Auth does not support in mobile browser?

I have a site that developed by laravel nahid.co. In desktop browser it work properly but when I try...

0 Likes
4 Replies

Authenticated sessions vs session data

Is there a way to distinguish between an authenticated user session, and more transient session data...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.