Support the ongoing development of Laravel.io →
Requests Session
Last updated 2 years ago.
0

What is the purpose of this? It's difficult to figure out what you are trying to actually accomplish.

Is session storage what you really need? If you can explain what you need this for, it might make a little more sense and we can figure something out.

Last updated 2 years ago.
0

I need to remember all Request::header('referer') for return links. the return link is gonna show the latest Request::header('referer') which are in the Session::get('smartBacklinks')

If you click the return link it should remove the "last item in the Session::get('smartBacklinks')'s array" and it should not be allowed to run the push method: Session::push('smartBacklinks', Request::header('referer'));

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.