Comments on: ArangoDB & Symfony Integration: Part 4 Guide | ArangoDB ’13 https://arangodb.com/2013/03/getting-started-with-arangodb-and-symfony-part4/ The database for graph and beyond Tue, 06 Aug 2024 06:02:24 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Qing Yi https://arangodb.com/2013/03/getting-started-with-arangodb-and-symfony-part4/#comment-1010 Fri, 28 Feb 2014 09:24:00 +0000 http://www.arangodb.com/?p=1861#comment-1010 In reply to Qing Yi.

this answer have settled on stackoverflow : http://stackoverflow.com/questions/21982328/is-it-possible-implement-php-session-handler-with-arangodb/21982925?noredirect=1#21982925

thx all of you !

]]>
By: Qing Yi https://arangodb.com/2013/03/getting-started-with-arangodb-and-symfony-part4/#comment-1009 Thu, 20 Feb 2014 09:48:00 +0000 http://www.arangodb.com/?p=1861#comment-1009 my question may be not matter with this post . just want to know if use arangoDb as a php sessionHandler , how can i delete the session data that expired !

if use the mogodb or mysql to store the session data, we can use such statement to remove the expired data: db.session.remove( { expire: { $gt :} } )
or the sql : delete from tbl_session where expire<:expire

I just want to know how this can be implemented in arangodb . 🙂

]]>