May 2017
-
What is the best way to use DomainSession in a command line environment?
May 25, 2017Jory Geerts asks: Do you have any thoughts on how [DomainSession] could be used from a CLI environment? The first thing to ask yourself is how would you like sessions to work on the command line? There are a few ways this could work. Each run has its own new session # The main...
-
What is the best way to handle sessions with ADR?
May 2, 2017Right before Christmas, I reached out to Paul Jones asking: I've reached a point with a couple of my Radar projects where I need to add a login and set permissions. I'm trying to figure out the best way to handle this, especially with PSR-7 and ADR. This led to discussing how to...