connect
Callback function for expired session for connect-redis in node.js
I am using Connect on node.js with connect-redis as session store. Is there a way to attach a callback function to the the event when the session expires, so I can backup data from the session, before[详细]
2023-02-19 07:05 分类:问答What is the session's "secret" option?
I don\'t know anything about cryptography. I\'m wondering what the session secret is. I see code like this:[详细]
2023-02-18 00:12 分类:问答Override res.write in NodeJS
I\'ve been playing with NodeJS for a while now, and I\'ve really been enjoying it, but I\'ve run myself into a wall though...[详细]
2023-02-17 21:05 分类:问答Node.js - cannot find module
I\'m using Node Boilerplate and it all worked fine until I decided create another project on top of it(in another dir).[详细]
2023-02-16 18:32 分类:问答Regenerate session IDs with Nodejs Connect
I\'m using a Node.js server and I\'m developing with the Connect framework. I\'m trying to regenerate SIDs after a given interval to avoid session fixation. There\'s a method called req.session.regene[详细]
2023-02-16 15:35 分类:问答User signup workflow for Oauth authorisation
PS: I understand the concept of OpenID authentication and Oauth authorization (i think). And i am using facebook as an example of Oauth[详细]
2023-02-16 14:22 分类:问答how to get fbs_* cookie after connecting with fb?
I am trying to integrate my comment form with Facebook login with following code: FB_RequireFeatures([\"XFBML\"], function() {[详细]
2023-02-15 01:26 分类:问答PHP and Javascript communication with Terminal
I was wondering if there is a way by using PHP and Javascript (+AJAX) so as to have a box inside of which the content开发者_Python百科s of the terminal screen of a linux system are going to be display[详细]
2023-02-15 01:19 分类:问答Connect to Database server-side
I\'ve essentially made a MVC application following the tutorial at http://www.asp.net/mvc/tutorials/getting-started-with-mvc3-part1-cs[详细]
2023-02-14 13:32 分类:问答Strange node.js error: TypeError: Object #<Object> has no method 'on'
I\'m trying to run a simple screen scraping app in node.js. The code is posted here: https://github.com/anismiles/jsdom-based-screen-scraper[详细]
2023-02-14 12:31 分类:问答