Tag: Web

Using non supported values in TCookie

A couple of weeks back, a web server user from one of the Delphi groups I am part of was complaining about support of new missing elements in the TCookie class that comes with Delphi. For those who are uninitiated in cookies, cookies are small bits of information that the web server send to the ….  Read More

Implementing your own simple Roles mechanism in Delphi MVC Framework

Important Note: DMVC already has a Roles framework in place which is quite sophisticated and you can find it in the samples. My purpose of writing this blog is to demystify the subject by explaining it conceptually and then implementing it with bare hands so that you can understand the functionality of it all. In ….  Read More