User session based urls

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
ek
Reply | Threaded
Open this post in threaded view
|

User session based urls

ek

Hi,

When the user logs in for example in shop component, can I add a path keyword which is related to the user(not same for all users) (example: /test) to the basepath (example: localhost:5555/shop) so we link the user to the new “basepath” (localhost:5555/shop/test) and every page they visit or every request they do I add the path component
 "test" to the path (example localhost:5555/shop/test/somerequest)?