Tag: session

6 results

EE 1
EE 2
Page History

David Hyland

Returns the last pages visited by the user, from the current page to up to 5 pages ago. Useful for a proper "back to page" link rather than using javascript.

  • No Reviews.
  • 543211 Vote
  • 13 Favs

EE 1
EE 2
Easy Custom Fields

Aaron Gustafson

ExpressionEngine extension that exposes custom fields via $SESS.

  • No Reviews.
  • 5 4 3 2 1 No Votes
  • 0 Favs

EE 1
EE 2
Loggr

Pixel & Tonic (Brandon Kelly)

Log PHP variables in the browser console using `Loggr::log($var1, $var2);`

  • No Reviews.
  • 5 4 3 2 1 No Votes
  • 0 Favs

EE 1
EE 2
Remember Me

Wouter Vervloet (Baseworks)

Save entries for a user during a session. This could be used for a 'add to cart' function or for a 'product compare' function (save entry_id's for later use). Entries are only stored during a session. As of version 1.0 you can also save the session storage to the database on a per member basis.

EE 1
EE 2
Recently Viewed Entries

Nathan Pitman (Nine Four Ltd)

The 'Recently Viewed Entries' module allows you to keep a record of recently viewed entries on a per member basis and display that data back to the user in your page templates. The module uses the members session ID so they need not be logged in.

  • No Reviews.
  • 5 4 3 2 1 No Votes
  • 1 Fave

EE 1
EE 2
Session Variables Plugin

PutYourLightsOn (Ben Croker)

This is an Expression Engine plugin that allows you to store variables in PHP's native session.