How to extend the CookieService #248
-
I want to extend the CookieService so that I can add my own convinience functions like resetExpiryTime, extendExpiry etc. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@JatinChimote what error message you extend CookieService now? |
Beta Was this translation helpful? Give feedback.
-
I am doing it like this now :
And Error says ...
|
Beta Was this translation helpful? Give feedback.
-
@JatinChimote Create it like this. You can not have private member with same name in extended class
|
Beta Was this translation helpful? Give feedback.
@JatinChimote Create it like this. You can not have private member with same name in extended class