Support the ongoing development of Laravel.io →

844 Threads

Cache only view data and drop session data

Hello I'm using this package: https://github.com/ipunkt/laravel-route-cache for caching my routes, b...

0 Likes
3 Replies

URL::previous() not working as expected

Hi guys, The URL::previous() function is always returning my base URL. Has somebody encountered this...

0 Likes
0 Replies

Custom Filter Name not working ??

if I change auth to current if doesn't filter (doesn't redirect) and throws an ErrorException Tryin...

0 Likes
3 Replies

Laravel custom log

Hi, is there any way for me to make custom log to record all activities in my admin site? but not pu...

0 Likes
2 Replies

authentication via REST API for CORS

I'm trying to do a mobile app which will talk to the backend server based on laravel frame to perfor...

0 Likes
1 Replies

Prevent Sessions For Routes in Laravel (Custom on-demand session handling)

I am building APIs for my Android app using laravel and default session driver set to REDIS. I found...

0 Likes
1 Replies

Multiple Session Cookie Domains

Hello Forums, I'll cut straight to the point. I am trying (and learning how this is not possible at...

0 Likes
1 Replies
posted 9 years ago

Persistent Flashdata with Redis

Hello, I'm using Redis as session driver in Laravel, ever since this morning, after I've got a compo...

0 Likes
1 Replies
posted 9 years ago

Laravel maintain a Session in subdomain of different server?

Suppose in a domain (app.domain.com) I have set a Session like this: Session::put('test', 'value');...

0 Likes
3 Replies

Session fails when using Crypt facade

Hello, I am having an issue with the Crypt facade in Laravel. When I execute the code below, and the...

0 Likes
1 Replies

Two Laravel apps under the same domain (session sharing)

Hi all, I'm in need of two Laravel apps responding to different routes under the same domain. For si...

0 Likes
1 Replies

OAuth2 client and keep session data

Hi, What is the best way to keep login/session data on oauth2 client side. For now, I used cookies (...

0 Likes
0 Replies

Filter multi language by browser location

Excuse me how can I apply filters on laravel applying its translation (en, de, es, fr) language base...

0 Likes
0 Replies

Laravel session resets after reload

My laravel session doesn't seem to be working. When I reload the page all session data seems to be l...

0 Likes
1 Replies

How to use database session to persisting data (payload field)

Hi, I want to save the user data in a database session and access to these later. The app has a reme...

0 Likes
0 Replies

Creating a browser-like "Back Button" with Session.

Hey everyone. Im trying to make backlinks on my site, using Session. i currently have created all of...

0 Likes
2 Replies

events for new user sessions?

i want to track how many users use my website every day. Tracking auth.login works for logins but wh...

0 Likes
3 Replies

Trouble authorizing with side application.

I have an Ads website, built on top of a CMS. Recently I have decided to write few managemenet utili...

0 Likes
0 Replies

Use `laravel_session` data from $_POST instead of $_COOKIE

Hi there, As default, Laravel sends out a header to register a cookie to recognize and match session...

0 Likes
3 Replies
posted 10 years ago

build api with laravel ,how to disable cookie output

I buid api with laravel and control the http header like : $header = array( 'Expires'...

0 Likes
1 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.