session icon indicating copy to clipboard operation
session copied to clipboard

baseUrlField

Open hezedu opened this issue 9 years ago • 4 comments

It's really useful。

var ctrl_sess = session({
  secret: 'abc',
  cookie: {
    httpOnly: true,
    baseUrlField: true
  }
});
app.use('/:corpid', ctrl_sess);

hezedu avatar Jan 27 '16 07:01 hezedu

I think The role of equal subdomain

hezedu avatar Mar 15 '16 16:03 hezedu

Hi! Bro, It's been a year, I still use my fork. Let's merge it. pls.

hezedu avatar May 29 '17 05:05 hezedu

Hi @hezedu I'm sorry this PR has been left to rot. I am trying to get it rebased to get it landed, though, I guess better late than never.

I'm not able to rebase the PR, though:

 ! [remote rejected] pr-262 -> master (permission denied)
error: failed to push some refs to '[email protected]:hezedu/base_url_session.git'

Can you check the box so I can push? https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork

dougwilson avatar Oct 08 '19 22:10 dougwilson

It's too long. I don't use my fork anymore and delete it. It adds only three lines: https://github.com/expressjs/session/commit/880fe48e3d0a542ba7b8d17557dcef29d111b847

You can do it by youself.

hezedu avatar Oct 09 '19 04:10 hezedu